vendor/golang.org/x/net/http2/hpack.Decoder.emitEnabled (field)

6 uses

	vendor/golang.org/x/net/http2/hpack (current package)
		hpack.go#L83: 	emitEnabled bool // whether calls to emit are enabled
		hpack.go#L105: 		emitEnabled: true,
		hpack.go#L140: func (d *Decoder) SetEmitEnabled(v bool) { d.emitEnabled = v }
		hpack.go#L144: func (d *Decoder) EmitEnabled() bool { return d.emitEnabled }
		hpack.go#L361: 	wantStr := d.emitEnabled || it.indexed()
		hpack.go#L405: 	if d.emitEnabled {